home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 028a / narc21.zip / INFO.DOC next >
Text File  |  1987-06-27  |  3KB  |  65 lines

  1.  
  2.             ODDS AND ENDS OF INTEREST
  3.  
  4.  
  5.  
  6.     Origin of the term DEBUG.
  7.  
  8.         During WWII, the war department was using the Mark I
  9.     computer, your basic monsterous machine that gobbled up electricity
  10.     and raditated a huge amount of heat. The machine was used for
  11.     targeting, trajectory  and fuel consumption calculations. Since
  12.     these were the days before air conditioning, the machine was run
  13.     mostly at night. The machine was made of up a lot of mechanical
  14.     flip-flops (one of the primary gates in any computer). One night
  15.     the computer failed to function and it was found that a moth had
  16.     given up the ghost when caught by one of the flip-flop contacts.
  17.     It is not hard to imagine, that the running joke was something to
  18.     do with whether or not someone had "debugged" the machine lately.
  19.     The rest is history or frustration or something.
  20.  
  21.  
  22.     Origin of the GW in GWBASIC
  23.  
  24.         No big deal here, the GW stands for Gee Whiz
  25.  
  26. About Programming
  27.  
  28.     "Programming is a series of discoveries leading you from one plateau
  29.     of understanding to another... The trick is not to step in the stuff
  30.     between the plateaus."
  31.  
  32.         - taken from a cartoon
  33.  
  34. More about programming
  35.  
  36.     "Computer programmers are among the great innovators of our times.
  37.     Unhappily, among their most enduring accomplishments are several new
  38.     techniques for wasting time. There is no shortage of horror stories
  39.     about programs that took twenty times as long to debug as they did to
  40.     "write". And one hears again and again about programs that had to be
  41.     started over several times because they were not well thought out
  42.     the first time around. But much less is said of what may be the most
  43.     successfully mastered time-wasting technique among students of
  44.     programming: finding information about the machine. Spending hours
  45.     trying to locate a single, simple fact is a veritable rite of passage
  46.     for new programmers - as is ripping up reference books in a red-eyed
  47.     frenzy.
  48.         A typical programmer's morning after CRT eye strain, a six
  49.     foot pile of crumpled printouts, and two dozen reference books all over
  50.     the floor. Among these books are hardware tech reference manuals, DOS
  51.     tech reference manuals, language reference manuals, spec sheets on
  52.     particular chips, hardware manuals for printers and boards, plus
  53.     a dozen or so computer books, each possessing some prized bit of
  54.     information required at 3 AM by a particularly intricate bit of code."
  55.  
  56.         - taken from "PROGRAMMER'S PROBLEM SOLVER" by Robert Jourdain
  57.  
  58.  
  59.     "The truth is incontrovertible. Panic may resent it; ignorance may
  60.      deride it; malice may distort it; but there it is."
  61.  
  62.                 Winston Churchill
  63.  
  64. End of file
  65.